* Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 9 Jun 2012 17:03:43 +0000 (19:03 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 9 Jun 2012 17:03:43 +0000 (19:03 +0200)
lisp/ChangeLog
lisp/Makefile.in

index 840d7b26ca365d944558311e66b2a4e030b34f1b..84d7d122682e34e9cf64529e01aa677beeae4740 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
+
 2012-06-09  Chong Yidong  <cyd@gnu.org>
 
        * ebuff-menu.el (electric-buffer-list): Preserve header line.
index 29ef8e40abeb27d95d3d6bef0174c415b8856a09..4af584e77dccc149adab15a0d3e9a7a6f320f214 100644 (file)
@@ -86,7 +86,7 @@ AUTOGEN_VCS = \
 # During bootstrapping the byte-compiler is run interpreted when compiling
 # itself, and uses more stack than usual.
 #
-BIG_STACK_DEPTH = 1200
+BIG_STACK_DEPTH = 2200
 BIG_STACK_OPTS = --eval "(setq max-lisp-eval-depth $(BIG_STACK_DEPTH))"
 
 BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)